From 3a46c7f11ecf47efd3987d51ba4200f1f7ece344 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 27 Dec 2005 07:39:19 +0000 Subject: [PATCH] Fix a typo. 2005-12-27 Matthias Clasen * gdk/x11/gdkevents-x11.c (check_transform): Fix a typo. --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ gdk/x11/gdkevents-x11.c | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9912cac152..9c2496e6d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-12-27 Matthias Clasen + * gdk/x11/gdkevents-x11.c (check_transform): Fix a typo. + * gdk/x11/gdkproperty-x11.c: Avoid relocations for the list of standard atoms. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 9912cac152..9c2496e6d1 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2005-12-27 Matthias Clasen + * gdk/x11/gdkevents-x11.c (check_transform): Fix a typo. + * gdk/x11/gdkproperty-x11.c: Avoid relocations for the list of standard atoms. diff --git a/gdk/x11/gdkevents-x11.c b/gdk/x11/gdkevents-x11.c index 495e35939f..d253349258 100644 --- a/gdk/x11/gdkevents-x11.c +++ b/gdk/x11/gdkevents-x11.c @@ -2887,7 +2887,7 @@ check_transform (const gchar *xsettings_name, { if (!g_value_type_transformable (src_type, dest_type)) { - g_warning ("Cannot tranform xsetting %s of type %s to type %s\n", + g_warning ("Cannot transform xsetting %s of type %s to type %s\n", xsettings_name, g_type_name (src_type), g_type_name (dest_type)); -- 2.30.2